home *** CD-ROM | disk | FTP | other *** search
-
-
-
- SSSSIIIIGGGGPPPPEEEENNNNDDDDIIIINNNNGGGG((((2222)))) SSSSIIIIGGGGPPPPEEEENNNNDDDDIIIINNNNGGGG((((2222))))
-
-
-
- NNNNAAAAMMMMEEEE
- sigpending - return set of signals pending for thread (POSIX)
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ssssiiiiggggnnnnaaaallll....hhhh>>>>
-
- iiiinnnntttt ssssiiiiggggppppeeeennnnddddiiiinnnngggg ((((ssssiiiiggggsssseeeetttt____tttt ****mmmmaaaasssskkkkppppttttrrrr))));;;;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _s_i_g_p_e_n_d_i_n_g returns the set of signals pending for the calling thread
- (i.e., blocked from delivery) in the space pointed to by _m_a_s_k_p_t_r.
-
- Routines described in _s_i_g_s_e_t_o_p_s(3) are used to examine the returned
- signal set.
-
- _s_i_g_p_e_n_d_i_n_g will fail if:
-
- [EFAULT] _m_a_s_k_p_t_r points to memory that is not a part of process's
- valid address space.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- kill(2), sigaction(2), sigprocmask(2), sigsuspend(2), sigsetops(3).
-
- DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
- A 0 value indicates that the call succeeded. A -1 return value indicates
- an error occurred and _e_r_r_n_o is set to indicate the reason.
-
- WWWWAAAARRRRNNNNIIIINNNNGGGG
- The POSIX and System V signal facilities have different semantics. Using
- both facilities in the same program is ssssttttrrrroooonnnnggggllllyyyy ddddiiiissssccccoooouuuurrrraaaaggggeeeedddd and will
- result in unpredictable behavior.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-